@charset "utf-8";
body {
	font-family : "微軟正黑體";
	background-color :#FAFBFD;
}

*{margin:0;padding:0;list-style-type:none;}

a,img{border:0;}

body{font:12px/180% Arial, Helvetica, sans-serif, "微軟正黑體";}

/* flexslider */
#BigImg {width: 100%; position: fixed; top: 0; z-index: -100;}
#BigImg .flexslider{position:relative; min-height:100vh; min-width: 100%; overflow:hidden; min-width: 100%;}
#BigImg .slides{position:relative;z-index:1;}
#BigImg .slides li{ min-height:100vh; min-width: 100%; }
#BigImg .slides li a{ display:block; width:100%; height:100%; text-align:left; text-indent:-9999px}
#BigImg .flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
#BigImg .flex-control-nav li{display:inline-block;width:14px;height:14px;margin:05px;*display:inline;zoom:1;}
#BigImg .flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../image/dot.png) right 0 no-repeat;cursor:pointer;}
#BigImg .flex-control-nav .flex-active{background-position:0 0;}

#BigImg .flex-direction-nav{position:absolute;z-index:3; left:0;width:100%;top:45%;}
#BigImg .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
#BigImg .flex-direction-nav li a.flex-prev{left:60px;background:url(../image/prev3.png) center center no-repeat;}
#BigImg .flex-direction-nav li a.flex-next{right:60px;background:url(../image/next3.png) center center no-repeat;}

@media screen and (max-width: 999px) {
#BigImg .flexslider ,#BigImg .slides li{ min-height:100vh; min-width: 100%; }
}